home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P113 < prev    next >
Text File  |  1994-02-13  |  1KB  |  53 lines

  1.  
  2.  
  3.  
  4.  
  5.      The TriBBS Bulletin Board System                                   113
  6.  
  7.                                SUBSCRIPTION SYSTEM
  8.                                -------------------
  9.  
  10.      TriBBS supports an optional subscription system.  The first step in
  11.      setting up a subscription system is to create a SUBS.DAT file in node
  12.      1's MWORK directory.  SUBS.DAT is a simple ASCII text file with the
  13.      following format:
  14.  
  15.      ---------------------------------------------------------------------
  16.  
  17.      security level,expiration level
  18.      .
  19.      .
  20.      .
  21.      security level,expiration level
  22.  
  23.      Where:
  24.  
  25.      security level      is the caller's security level.
  26.  
  27.      expiration level    is the caller's new security level after his
  28.                          subscription has expired.
  29.  
  30.      ---------------------------------------------------------------------
  31.  
  32.      The following is an example of a SUBS.DAT file:
  33.  
  34.      ---------------------------------------------------------------------
  35.  
  36.      30,10
  37.  
  38.      ---------------------------------------------------------------------
  39.  
  40.      Note from this example that a level 30 caller would be reduced to a
  41.      level 10 as soon as his subscription has expired.  TriBBS checks for
  42.      an expired subscription at logon.  A subscription expiration date is
  43.      set for an individual caller through the Waiting for Caller screen's
  44.      Edit User function.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.